'Declaration Public MustInherit Class SqlShimParameterCollection(Of T As {New, SqlShimParameter}) Inherits Devart.Common.DbParameterBaseCollection Implements System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Data.IDataParameterCollection
public abstract class SqlShimParameterCollection<T> : Devart.Common.DbParameterBaseCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Data.IDataParameterCollection where T: new(), SqlShimParameter